home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 1.iso / toolbox / src / tutorials / custEducation / opengl1 / examples / alpha_blending / README < prev    next >
Encoding:
Text File  |  1996-11-11  |  2.3 KB  |  73 lines

  1.  
  2.         to compile programs in the above-indicated sub- directories/trees,
  3.        one must load libglut. inst-able images of GLUT v3.1 are located at 
  4.                 toolbox/src/exampleCode/opengl/GLUT/inst/ 
  5.  
  6.                   -------------------------------------
  7.  
  8.       ~opengl1/examples/alpha_blending README
  9.  
  10.             Copyright 1991-1996 Silicon Graphics,  Inc.
  11.             Technical Education Development
  12.             All Rights Reserved.
  13.  
  14.  
  15.  
  16.     alpha.c  - demonstrates how to use alpha blending to draw transparent
  17.         objects
  18.  
  19.     Axes: X - red, Y - green, Z - blue
  20.  
  21.     Left Mousebutton        - move eye position
  22.     Middle Mousebutton      - change twist angle
  23.     Right Mousebutton       - move up / down to zoom in / out
  24.     <b> Key              - cycle through 3 blend functions
  25.     <R> Key             - reset view
  26.     Escape Key              - exit the program
  27.  
  28.  
  29.     blend_equations.c  - demonstrates the various blend equations 
  30.         available in the blend_minmax, blend_subtract, and 
  31.         blend_logic_op extensions
  32.  
  33.     Escape Key              - exit the program
  34.  
  35.  
  36.  
  37.     alpha3D.c  - demonstrates how to use alpha blending to draw transparent 3D
  38.         objects
  39.  
  40.     Axes: X - red, Y - green, Z - blue
  41.  
  42.     Left Mousebutton        - move eye position
  43.     Middle Mousebutton      - change twist angle
  44.     Right Mousebutton       - move up / down to zoom in / out
  45.     <b> Key                 - cycle through 3 blend functions
  46.     <d> Key                 - toggle depth mask on / off
  47.     <R> Key          - reset view
  48.     Escape Key             - exit the program
  49.  
  50.  
  51.     spotLightAlpha.c - spotlight shining on a stack of flat alpha blended
  52.         grids
  53.  
  54.     Left Mousebutton        - move eye position
  55.     Middle Mousebutton      - change twist angle
  56.     Right Mousebutton       - move up / down to zoom in / out
  57.     <d> Key                 - toggle depth mask on / off
  58.     <s> key            - toggle flat/smooth grid
  59.         Escape key                 - exit the program
  60.  
  61.  
  62.     antialias.c  - demonstrates how to use blending to render 
  63.         some antialiased points and lines
  64.  
  65.     Left Mousebutton        - move eye position
  66.     Middle Mousebutton      - change twist angle
  67.     Right Mousebutton       - move up / down to zoom in / out
  68.     <a> Key             - toggle antialiasing on / off
  69.     <b> key                - toggle blend function
  70.     <o> Key             - change the drawing order
  71.     <R> Key             - reset view
  72.     Escape Key          - exit the program
  73.